home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Environments
/
Clean 1.2.4
/
IO Examples
/
Worm
/
wormshow.dcl
< prev
next >
Wrap
Text File
|
1997-05-01
|
481b
|
13 lines
definition module wormshow
from deltaPicture import Picture, DrawFunction, Colour, RGB, BlackColour, Rectangle, Point
import wormstate
WormBackGroundColour :== RGB 1.0 1.0 0.75
WormFontSize :== 12
DrawGame :: !Level !Food !Points !Worm !Lives -> [DrawFunction]
DrawStep :: !Bool !Food !Food !Points !Segment !Segment !Segment !Picture -> Picture
EraseSegment :: !Segment !Picture -> Picture
DrawAnimation :: !Int !Int !Picture -> Picture